<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------------------------------------------------
				Global Normalizing Styles   
------------------------------------------------------------------------- */
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, abbr, 
acronym, address, cite, code, del, dfn, img, 
ins,strike, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, object,
col, colgroup, caption, summary, tbody, tfoot, thead, tr, th, td {margin:0; padding:0;border:1; font:400 12px/24px arial;}

input, button {margin:0; padding:0;}

body {color:#828282; font-size:12px; font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5, h6,  ul, ol, dl {text-align:left; color:#474747; }

h1, h2, h3, h4, h5, h6 {font-size:14px;}

span, em {margin:0; padding:0; border:0; text-align:left; }

ol, ul, li {list-style:none;}

button,input[type="submit"] {cursor:pointer;}

button {border:none;}

*+html img {margin-bottom:0!important;} /* Fix IE7 */

textarea {margin:0; padding:0; font-size:14px; overflow:auto;}




a:link, a:visited {color:#474747; text-decoration:none;}
a:hover {color:#555!important; text-decoration:underline;}
a:active {color:#555;}

/* ------------------------------------------------------------------------
				                   Custom 
------------------------------------------------------------------------- */
/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
em {font-style:normal;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
abbr {cursor:help; border-bottom:1px dotted #999;}
acronym {cursor:help; border-bottom:1px dotted #999;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse; border-spacing:0;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}

/* ------------------------------------------------------------------------
				                 Links 
------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------
				                  Hacks 
------------------------------------------------------------------------- */
/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */		
/* without this class applied, a float might hang over the bottom border of it's container */
.clearfix:after {content:"\0020"; width:0; height:0; line-height:0; font-size:0; display:block; clear:both; visibility:hidden; overflow:hidden;}
.clearfix {display:inline-block; *zoom:1;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/** html .clearfix {height:1%;}*/
/* End hide from IE-mac */
.clear {height:0; clear:both; line-height:0; font-size:0; overflow:hidden;}</pre></body></html>